home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000225_news@columbia.edu _Mon Nov 25 14:01:29 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.8.3/8.8.3) with ESMTP id OAA21702 for <kermit.misc@watsun.cc.columbia.edu>; Mon, 25 Nov 1996 14:01:29 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.8.3/8.8.3) id OAA01807 for kermit.misc@watsun; Mon, 25 Nov 1996 14:01:28 -0500 (EST)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!jaltman
  5. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Announcing Kermit 95 1.1.8
  8. Date: 25 Nov 1996 19:00:47 GMT
  9. Organization: Columbia University
  10. Lines: 49
  11. Message-ID: <57cqcv$5fo@apakabar.cc.columbia.edu>
  12. References: <572uoo$qus$1@apakabar.cc.columbia.edu> <Pine.BSF.3.95.961125103256.20724A-100000@spot1.fvcc.cc.mt.us>
  13. Reply-To: kermit-support@columbia.edu
  14. NNTP-Posting-Host: watsun.cc.columbia.edu
  15.  
  16. In article <Pine.BSF.3.95.961125103256.20724A-100000@spot1.fvcc.cc.mt.us>,
  17. Rick Owens  <rowens@spot1.fvcc.cc.mt.us> wrote:
  18. : Has anyone else installed this and had problems?  I was at 1.1.6 on Friday
  19. : and patched up to 1.1.7, then 1.1.8, and I'm getting some strange behavior:
  20. : * Once in a while Kermit will crash on startup; Win95 puts up a message
  21. :   about 'This program has performed an illegal operation and will be
  22. :   shut down' or words to that effect.  This doesn't happen all the time,
  23. :   but it never happened before Friday.  Asking for details give a message
  24. :   about 'K95 caused an invalid page fault in module K95.EXE at
  25. :   0137:0045e216.' followed by register values etc.  Exiting other
  26. :   applications seems to cure the symptom for a short while.
  27.  
  28. There appears to be problem with the old SET TERMINAL CHARACTER-SET command 
  29. when the character-set chosen is TRANSPARENT.
  30.  
  31. Use the new SET TERMINAL REMOTE-CHARACTER-SET command instead.
  32.  
  33. Contact kermit-support@columbia.edu if this does not solve the problem.
  34.  
  35. : * When connecting to AIX machines, I get the normal login herald.  When
  36. :   connecting to FreeBSD and BSDI hosts, however, I get no herald or login
  37. :   prompt; instead I get the 'Password:' prompt.  If I hit Enter I get a
  38. :   login prompt and everything seems to work.
  39.  
  40. Version 1.1.8 support TELNET NEW-ENVIRONMENT negotiations.  So do your
  41. FreeBSD, BSDI, and Linux hosts.  They are asking Kermit to send your userid
  42. and so K95 is sending your Windows username if it knows it.  Therefore, 
  43. your host only prompts for your password.
  44.  
  45. If your Unix login name is different from your Windows username, use either
  46. the SET TELNET ENVIRONMENT USER or SET LOGIN USER commands to specify your
  47. username.  In the dialer, fillin your username on the Login page of the 
  48. settings notebook.
  49.  
  50. : Since I try various experiments on my station from time to time it's quite
  51. : possible that something was messed up and Kermit tickled a bug.  OTOH, the
  52. : timing is a bit suspicious - I've not changed anything else in the last
  53. : few days.  So I figured I should ask here first....
  54.  
  55. No problem.  
  56.  
  57. Kermit does so many things it is impossible to catch every possible situation 
  58. in our testcases.
  59.  
  60. Jeffrey Altman * Kermit Development Group * Columbia University
  61.                * 612 West 115th St #716 * New York, NY * 10025 * (212) 854-1344
  62.     C-Kermit 5A(191) for OS/2:   http://www.columbia.edu/kermit/cko191.html
  63.   Kermit 95 for Windows 95/NT:   http://www.columbia.edu/kermit/k95.html